/* responsividade*/
@media (max-width: 900px){
  .logo{
    display: none;
  }
  .comousar{
    margin-left: 500px;
    margin-right: 500px;
  }
}

/* expecificações gerais*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff; 
  color: #181818;
}
/* Header*/
header {
  background: #181818;
  color: #fff;
  text-align: center;
  padding: 40px 20px 30px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
header img {
    display: flex;
  width: 150px;
  position: absolute;
  left: 20px;
  top: 20px;
}

header h1 {
  margin: 10px 0 5px 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

header p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.voltar{
  display: inline-block;
  margin-top: 18px;
  padding: 10px 28px;
  background: #181818;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.voltar:hover {
  background: white;
  color: #000000;
}

/* Area do como usar*/

.comousar{
  background: #fff;               
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.197);
  padding: 28px 20px 20px 10px;    
  margin-bottom: 40px;
  color: #181818;                  
  max-width: 1100px;               
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.acesso h1 {
  margin: 10px 0 5px 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.acesso p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.acesso img{
  padding-top: 15px;
  padding-bottom: 15px;
}

.canva{
  display: inline-block;
  margin-top: 18px;
  padding: 10px 28px;
  background: #fff;
  color: #181818;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition-duration: 1s;
}

.canva:hover {
  background: #181818;
  color: #fff;
  box-shadow: 5px 5px 10px #000000;
}
/* Area de como usar */

.tutorial {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.197);
  padding: 28px 20px 20px 28px;
  margin-bottom: 40px;
  color: #181818;
  max-width: 1100px;
  margin: 5% auto 40px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}

.tutorial img {
  width: 300px;
  border-radius: 22px;
  object-fit: cover;
  margin-left: 32px;
  display: block;
  align-self: flex-start;
}
.textos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  gap: 1px;
}

.textos h1{
  margin-left: 250px;
}